home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 349 b | 12 lines | [TEXT/MPS ] |
- # DeleteObjects
- # Copyright © 1994-96 by Apple Computer, Inc. All rights reserved.
- #
- # Delete the MacApp separate objects directories that are in a directory hierarchy.
- # Example:
- # DeleteObjects "{MacApp}Examples:"
-
- set exit 0
- for f in `files -f -d -r "{1}" | search /≈:{MASeparateObjectsPrefix}[¬:]+:∂'«0,1»∞/`
- quote delete -y -ay -i "{f}"
- end
-